home *** CD-ROM | disk | FTP | other *** search
/ Toy Story Free! Interactive / Toy Story.iso / pc / DATA / hunt.swf / scripts / DefineButton2_78 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2010-01-27  |  152 b   |  9 lines

  1. on(press){
  2.    nextFrame();
  3.    red3._visible = true;
  4.    red3a._visible = true;
  5.    score += 1;
  6.    d3._visible = false;
  7.    d3a._visible = false;
  8. }
  9.